home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00924_Script_Alien Paralyze Continue
< prev
next >
Wrap
Text File
|
1995-05-21
|
335b
|
17 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global CHEEVERS, themovieName, g01A
if theMovieName = "P05N01A.MOV" then
set CHEEVERS = "c"
put "x" into g01A
end if
GameContinue
end mouseUp